home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / actvxcdc / readme.txt < prev    next >
Encoding:
Text File  |  1998-12-30  |  2.7 KB  |  75 lines

  1.         -----------------------------------------------------------
  2.                        ActiveX CD Control README
  3.                                December 1998
  4.         -----------------------------------------------------------
  5.  
  6.               Copyright (C) 1998 PJL Enterprises
  7.  
  8. ---------
  9. CONTENTS
  10. ---------
  11. 1. Introduction
  12. 2. Features
  13. 3. Registering
  14.  
  15.  
  16.  
  17. ----------------
  18. 1. Introduction
  19. ----------------
  20. The ActiveX CD Control is an easy to use, 32 bit control designed for those 
  21. developers needing CDROM access at run-time. The functions have been designed
  22. to allow programs to be more intuitive and therefore less reliant on configur-
  23. ation and ini files.
  24.  
  25. -----------------
  26. 2. Functions
  27. -----------------
  28.  
  29. There are 3 main functions to the control ... FindCDLabel,FindCDFile, and 
  30. OpenCDDrive. FindCDFile and FindCDLabel will search all available drive for
  31. the string entered in the controls FileName and CDLabel properties respectively.
  32. The controls DriveLetter property will reflect the Functions output and will be
  33. the form of a string.
  34.  
  35. As an Example: Given a CD labeled  "MyLabel" in Drive "D" and "MyLabel" is entered 
  36. in the CDLabel property.
  37.  
  38. Code: ActiveXCD1.FindCDLabel .... will return the DriveLetter propery as "D:\" 
  39.  
  40. Similiarly given a file on this CD of "D:\Directory\Myfile" and the FileName
  41. property is set to "Directory\Myfile"
  42.  
  43. Code: ActiveXCD.FindCDFile .... will return the DriveLetter propery as "D:\"  
  44.  
  45.  
  46. If no Label of File is found matching the control properties the DriveLetter will
  47. reflect this also. If the "Use Preset Form" property is set to False the DriveLetter
  48. property will be return as "None" ... Given this return the developer can display a
  49. suitable form if desired. If the "Use Preset Form" property is set to True a form will
  50. be displayed asking the user to insert the appropriate CD. This form has Command Buttons
  51. for "OK" and "Cancel" and the DriveLetter property is returned with these strings. 
  52. This affords the programmer the opportunity to either test the file or label again or
  53. exit the program given the user's response.
  54.  
  55. The control property "CDTitle" allows the developer to alter the preset form for a
  56. particular CD title. Note that this is available only on the registered version and
  57. that the shareware version forces the preset form usage.
  58.  
  59. The OpenCDDrive function is also not available on the shareware version.
  60.  
  61.  
  62.  
  63. -----------------------
  64. 3. Registered Version
  65. -----------------------
  66. The registered version is available for $10.00 US.
  67.  
  68. Please mail to:  PJL Enterprises
  69.                  Box 1472
  70.                  Bettendorf, Iowa  52722
  71.  
  72. Upon reciept the registered version will be e-mailed or sent
  73. conventional mail as you request.
  74.  
  75.